Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX beta] Ensure @controller passes args correctly #17868

Merged
merged 1 commit into from
Apr 8, 2019

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Apr 5, 2019

@controller was not passing args correctly for parameter-less decorator
usage. We weren't actually testing it, which is why we didn't catch the
issue. This adds tests for both @service and @controller and fixes the problem.

@controller was not passing args correctly for parameter-less decorator
usage. We weren't actually testing it, which is why we didn't catch the
issue. This adds tests for both @service and @controller and fixes the problem.
@pzuraq pzuraq force-pushed the bugfix/ensure-controller-passes-args-properly branch from 33a3e3f to 53e6a9c Compare April 5, 2019 22:48
@rwjblue rwjblue merged commit d64cdb8 into master Apr 8, 2019
@rwjblue rwjblue deleted the bugfix/ensure-controller-passes-args-properly branch April 8, 2019 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants